object CopyErrorDlg: TCopyErrorDlg Left = 313 Top = 143 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'File Copy Error' ClientHeight = 110 ClientWidth = 359 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object FromLabel: TLabel Left = 64 Top = 16 Width = 273 Height = 13 AutoSize = False Caption = 'Can not copy from A:\XXX.EX_' end object ToLabel: TLabel Left = 64 Top = 32 Width = 273 Height = 13 AutoSize = False Caption = 'to C:\Program Files\DDClip\XXX.EXE' end object Image1: TImage Left = 16 Top = 16 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object RetryButton: TButton Left = 39 Top = 76 Width = 75 Height = 25 Caption = 'Retry' Default = True ModalResult = 1 TabOrder = 0 OnClick = RetryButtonClick end object CancelButton: TButton Left = 247 Top = 76 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 OnClick = CancelButtonClick end object SkipButton: TButton Left = 143 Top = 76 Width = 75 Height = 25 Cancel = True Caption = 'Skip' ModalResult = 2 TabOrder = 1 OnClick = SkipButtonClick end end